home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / pCD0.3.4 / Source / PhotoWinProcs.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  320 b   |  16 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface PhotoWinProcs:Object
  5. {
  6.     enum _NXWindowDepth depthOfNewWindows;
  7. }
  8.  
  9. - setDepthOfNewWindows:(enum _NXWindowDepth)windowDepth;
  10. - (enum _NXWindowDepth)getDepthOfNewWindows;
  11.  
  12. - displayImage:(id)theImage withName:(char *)imName atResolution:(int)imRes;
  13. - windowWillClose:sender;
  14.  
  15. @end
  16.